dotnetCHARTING Send comments on this topic.
Add(Group[]) Method
See Also 
dotnetCHARTING.Mapping Namespace > GroupCollection Class > Add Method : Add(Group[]) Method


groupList
A list of Group objects to add.
Adds the specified Group objects to this collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Add( _
   ByVal ParamArray groupList() As Group _
) 
Visual Basic (Usage)Copy Code
Dim instance As GroupCollection
Dim groupList() As Group
 
instance.Add(groupList)
C# 
public void Add( 
   params Group[] groupList
)

Parameters

groupList
A list of Group objects to add.

See Also

© 2010 All Rights Reserved.